projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07d555c
)
(C_DEBUG_SWITCH): Set for debug and optimize.
author
Dave Love
<fx@gnu.org>
Sat, 21 Aug 1999 17:23:59 +0000
(17:23 +0000)
committer
Dave Love
<fx@gnu.org>
Sat, 21 Aug 1999 17:23:59 +0000
(17:23 +0000)
src/s/irix6-5.h
patch
|
blob
|
history
diff --git
a/src/s/irix6-5.h
b/src/s/irix6-5.h
index 44bb18e3103fed442ccf1ffee05cace90e7003cd..8222c91e4f40470e04828fd47b3ba38481079d1b 100644
(file)
--- a/
src/s/irix6-5.h
+++ b/
src/s/irix6-5.h
@@
-26,6
+26,11
@@
#ifdef __GNUC__
#undef C_DEBUG_SWITCH
#define C_DEBUG_SWITCH -g
+#else
+/* Optimize, inaccurate debugging. This should also be applicable
+ other than on Irix 6.5, but I don't know for which compiler
+ versions. -- fx */
+#define C_DEBUG_SWITCH -g3 -O
#endif
#undef SA_RESTART